home *** CD-ROM | disk | FTP | other *** search
/ Pluspack 1 / Caligari Corporation Pluspack1 1998.iso / TSX_SDK / tsxINC / ItsxCommon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-28  |  538 b   |  20 lines

  1. //******************************************************************************
  2. //    File: ItsxCommon.h
  3. //  Module: trueSpace eXtensions API
  4. //   Descr: Declarations common to all tsx COM interfaces
  5. //******************************************************************************
  6.  
  7.  
  8. #ifndef ITSXCOMMON_H
  9. #define ITSXCOMMON_H
  10.  
  11. // Windows headers
  12. #include <windows.h>
  13.  
  14. // For convenience, define a pointer to a void pointer
  15. typedef LPVOID* PPVOID;
  16.  
  17. // Declare a TSXHANDLE
  18. typedef void* TSXHANDLE;
  19.  
  20. #endif // ITSXCOMMON_H